home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / w700sdmw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-19  |  4.6 KB  |  148 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  W700sdmw.inf
  4. ;
  5. ; Function:
  6. ;    Install Sony Ericsson W700 USB WMC Device Management Drivers on Win98/SE/ME
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=12/23/2005, 4.34.0.2705
  25. CatalogFile=W700mgmt.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"W700mgmt.sys",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. W700mgmt.sys = 1
  42. W700cr.sys = 1
  43. W700vcr.vxd = 1
  44. W700cm95.sys = 1
  45. W700cmnt.sys = 1
  46. W700comm.vxd = 1
  47. W700vcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %Sony Ericsson%=SEMCW700
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [SEMCW700]
  65. %SEMCW700.Comm.Desc% = SEMCW700.Install, USB\VID_0FCE&PID_D056&Class_02&SubClass_09&Prot_01&OS_9X
  66.  
  67. ;-----------------------------------------------------------------------------
  68. ; Installation instructions
  69. ;-----------------------------------------------------------------------------
  70.  
  71. [SEMCW700.Install]
  72. AddReg        = SEMCW700.AddReg,SEMCW700.W95.AddReg,SEMCW700.W95.AddReg.CRGuid
  73. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  74. DriverVer=12/23/2005, 4.34.0.2705
  75.  
  76.  
  77. ;-----------------------------------------------------------------------------
  78. ;  Registry
  79. ;-----------------------------------------------------------------------------
  80.  
  81. ; common registry entries 
  82. [SEMCW700.AddReg]
  83. HKR,,NTMPDriver,,W700mgmt.sys
  84. HKR,,CRUpperDescription,,%UpperDescription%
  85. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  86. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  87. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  88. HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
  89.  
  90. ; only for Win95....
  91. [SEMCW700.W95.AddReg]
  92. HKR,,DevLoader,,*ntkern
  93.  
  94. [SEMCW700.W95.Addreg.CRGuid]
  95. HKR,,CRGuid,,{AD8E93AF-6979-485D-8EBD-733178502AB9}
  96.  
  97. ;-----------------------------------------------------------------------------
  98. ;  Copy lists
  99. ;-----------------------------------------------------------------------------
  100. [CopyFiles]
  101.  
  102. [CopyFiles.W95]
  103. W700vcr.vxd
  104. W700comm.vxd
  105. W700vcd.vxd
  106.  
  107. [CopyFiles.sys]
  108. W700mgmt.sys
  109. W700cr.sys
  110.  
  111. [CopyFiles.W95.sys]
  112. W700cm.sys,W700cm95.sys
  113. W700cm95.sys
  114. W700cmnt.sys
  115.  
  116. [Copyfiles.W95.inf]
  117.  
  118.  
  119.  
  120. ;-----------------------------------------------------------------------------
  121. ; STRINGS
  122. ;-----------------------------------------------------------------------------
  123. [Strings]
  124.  
  125. ;BEGIN ENG - US English Strings
  126. Provider = "Sony Ericsson"
  127. Sony Ericsson = "Sony Ericsson"
  128. DiskString = "Sony Ericsson W700 USB WMC Device Management installation disk"
  129.  
  130. SEMCW700.Comm.Desc = "Sony Ericsson W700 USB WMC Device Management"
  131. UpperDescription = "Sony Ericsson W700 USB WMC Device Management"
  132.  
  133. CustomerDataPath = "SEMCW700"
  134. DriverSet = "SEMCW700 Software"
  135. UninstallFile = "W700Uninstall.exe"
  136. McciOptions = "Uninstallable"
  137.  
  138.  
  139. ;END ENG - US English Strings
  140.  
  141.  
  142. ;-----------------------------------------------------------------------------
  143. ; The following are symbolic constants which don't change per locale.
  144. ;-----------------------------------------------------------------------------
  145.  
  146.  
  147. ;*** end of file ***
  148.